home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bipl.zip / IDOL.ZIP / GLOBTEST.IOL < prev    next >
Text File  |  1991-12-30  |  119b  |  9 lines

  1. global here,        # here
  2.     are,        # are
  3.     some,        # some
  4.     globals        # globals
  5.  
  6. procedure main()
  7.   write("hi there")
  8. end
  9.